The only declaration needed for a file pointer is Câu lệnh khai báo duy nhất cần thiết cho một con trỏ tập tin là:
Finally, fp is a file pointer to a previously opened file. Cuối cùng, fp là một con trỏ tập tin trỏ đến một stream đã được mở trước đó.
For each open file there is a pointer, maintained inside the system, that indicates the next byte to be read or written. Mỗi tập tin đang mở có một con trỏ tập tin xác định byte kế tiếp sẽ được đọc hoặc ghi.
For each open file there is a pointer, maintained inside the system, that indicates the next byte to be read or written. vào tập tin Mỗi tập tin đang mở có một con trỏ tập tin xác định byte kế tiếp sẽ được đọc hoặc ghi.